From: Chong Yidong Date: Thu, 18 Jan 2007 16:01:36 +0000 (+0000) Subject: Move PATH_DOC from local/info to local/share/info. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~30962 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=59f763e7e74ae0e30bebd554d17256b1bfc0c59b;p=emacs.git Move PATH_DOC from local/info to local/share/info. --- diff --git a/src/epaths.in b/src/epaths.in index d494d85139c..b74e33cd8d3 100644 --- a/src/epaths.in +++ b/src/epaths.in @@ -52,7 +52,7 @@ Boston, MA 02110-1301, USA. */ /* Where the configuration process believes the info tree lives. The lisp variable configure-info-directory gets its value from this macro, and is then used to set the Info-default-directory-list. */ -#define PATH_INFO "/usr/local/info" +#define PATH_INFO "/usr/local/share/info" /* Where Emacs should store game score files. */ #define PATH_GAME "/usr/local/var/games/emacs"